home *** CD-ROM | disk | FTP | other *** search
Text File | 1989-08-29 | 926 b | 27 lines | [TEXT/GEOL] |
- Item 6424990 28-Aug-89 18:28
-
- From: D1032 Softview, Lee Gummerman,PRT
-
- To: MACAPP.TECH$ MACAPP Tech
-
- Sub: IApplication Error Messages
-
- Subject: IApplication Error Messages
-
- In IApplication, there are the following calls:
-
- gClipWindow := MakeClipboardWindow;
- gClipOrphanage := gClipWindow.FindSubView(KIDClipView);
- FailNIL(gClipOrphanage);
-
- If kIdClipView cannot be found, then FailNil puts up the message
- there is not enough memory to start the application. Since I
- had a different clipboard window which used to work fine with
- 2.0ß5, it took me some time to associate the out of memory failure
- with a misnaming of a view within my clipboard window. It seems that
- a more illuminating message might have been used here to enlighten
- dense programmers such as myself. Dense users can be kept in the
- dark for all I care.
-
-
-